perm filename TMP.MF[MF,DEK]1 blob sn#619065 filedate 1981-10-20 generic text, type T, neo UTF8
proofmode; calltrace;
subroutine s(index i)(var d):
x(i)=yi=d; x(i-10)=y(i-10)=d-10; cpen; 5 draw i; 10 draw i-10.
subroutine t(index i):
call `a s((i+100),100); call `b s(200,200).
call `c t(300);
.
end